@charset "utf-8";

/*~~~~框架布局  v3.2.7~~~*/

html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}






/*==版心定义↓==*/

.container{width:1600px;}

.w1200{width:1300px;}

a:hover{color:#ff0000}

.bga{background:#f8f8f8;}





/*==字符串↓==*/

*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}



@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/c/font_1963410_kzrkmbh2h1.woff2?t=1712588869417') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_kzrkmbh2h1.woff?t=1712588869417') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_kzrkmbh2h1.ttf?t=1712588869417') format('truetype');
}





/*==顶部↓==*/
.fixed-top.header{ position: fixed;top:0;width:100%; height:80px;box-shadow: 0 0 10px #ddd;  }
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .sub{top:80px} 
/*--*/
.header{position: relative;z-index:5;border-bottom:1px #eee solid; height:100px;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}
.header .container{width:100%;height:100%;padding: 0 120px 0 80px;}
.header .logo{float:left;display: flex;height:100%;padding: 20px 0;align-items: center;}
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height:80px;}
.header .logo .txt{color:#181818;font-size:16px;text-align: center;margin-left: 20px;}
.header .logo .txt font{display: block;font-size:28px;color:#ff0000;font-weight:bold;letter-spacing:6px;}
.header .tel{position: relative;float: right;display: flex;font-size: 22px;font-weight:bold; ;color: #333;height: 100%;align-items: center;margin-left: 50px;}
.header .tel:before{content: "\e646";margin-right: 10px;font-weight: 400;color: #ff0000;}
.header .bar{position: absolute;right: 0;top: 0;bottom: 0;z-index: 1;display: flex;width: 100px;margin-left: 30px;height: 100%;color: #fff;font-size:16px;align-items: center;justify-content: center;background: #ff0000;}
.header .bar i{color: #fff;font-size: 26px;margin-right:6px;}
.header .bar:hover{color:#3a3a3a}
.header .bar:hover i{color:#fff}
.header .nav{display:flex;float: left;margin-left: 10%;height: 100%;}
.header .nav > li{ float: left;position:relative; height: 100%;margin-left: 50px;}
.header .nav > li > a{position: relative;z-index:1;display: flex;color: #333;font-size: 16px;height: 100%;text-align: center;align-items: center;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:2px;background:#ff0000;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#ff0000; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav .sub{display:none;width: 375%;left:-137%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 10px 0;z-index: 999;text-align: center;}
.header .nav .sub a{display: block;color: #5e5e5e;font-size: 14px;padding:8px 10px}
.header .nav .sub a:hover{color:#fff; background: #ff0000;}





/*==响应区分↓==*/

.res-flat_pc{}

.res-flat_flat{display: none;}

.res-wap_pc{}

.res-wap_wap{display: none;}





/*==弹出背景↓==*/
.offer-bg{ display:none; position: fixed;left:0;top:0;z-index:1; width:100%;height:100%; background:rgba(0,0,0,0.5);}


/*==弹出搜索↓==*/
.search-top{display: none; position:fixed;left:0;top:0px;right:0;z-index: 2;padding:120px 50px 50px 50px;border: 1px #ddd solid;background: #fff;}
.search-top .long{position:relative; padding:30px 0;display: flex;width: max-content;margin: auto;flex-direction: column;}
.search-top .top{position:relative;display: flex;width: max-content;flex-direction: row-reverse;align-items: center;}
.search-top .close{display: flex;margin-left: 30px;width: 40px;height: 40px;text-align: center;color: #666;font-size: 22px;background: #fafafa;justify-content: center;align-items: center;cursor: pointer;}
.search-top .close::before{content:"\e731";}
.search-top .close:hover{color:#fff;background: #999;}
.search-top .close:hover:before{color:#fff}
.search-top .trol form{position: relative;display: flex;margin: auto;width: max-content;border: 1px #ddd solid;border-radius: 5px;overflow: hidden;}
.search-top .trol i{position: absolute;left: 15px;top:0;bottom:0;margin:auto;height:fit-content;color:#999;font-size: 22px;}
.search-top .trol input{float: left;width:500px;color:#666;font-size: 15px;padding:0 20px 0 50px;}
.search-top .trol button{float:right;color:#fff;font-size:13px;padding: 0px 40px;background: #666;border: none;/* border-radius: 50%; */cursor: pointer;}
.search-top .trol input,.searchBox .trol button{line-height:50px;height:50px;border:none;}
.search-top .trol button:hover{ background:#000002}
.search-top .link{display:flex;font-size: 15px;margin-top: 20px;text-align: center;flex-wrap: wrap;justify-content: flex-start;}
.search-top .link h4{color: #5a5a5a;font-weight:bold;margin-right:20px;}
.search-top .link a{margin:0 10px 10px 0}




/*==次级导航↓==*/

.menu-each{width:100%;margin-top:60px;margin-bottom:-10px;}

.menu-each ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;}

.menu-each li{/*! flex: 1; */ display: inline-block;}

.menu-each li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color:#191919;font-size:18px;border: 1px #e9e9e9 solid;overflow: hidden;padding: 10px 40px;border-radius: 5px; background: #f7f7f7;}

.menu-each li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #ff0000;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.menu-each li:hover a,.menu-each li.active a{ color:#fff;border-color:#ff0000 }

.menu-each li:hover a:after,.menu-each li.active a:after{transform: scale(1);transform-origin:left;}

 



/*==次级导航↓==*/
.menu-orso{position: relative;padding-top:20px;border-bottom:2px #e8e8e8 solid;}
.menu-orso .long{display: flex;padding-bottom:20px;background: #fff;justify-content: space-between;align-items: center;}
.menu-orso .secon{}
.menu-orso .secon li{display: inline-block;margin-right: 50px;}
.menu-orso .secon a{position:relative;z-index:2;display: block;color: #666666;font-size: 18px;height: 100%;/* overflow: hidden; */background: #fff;}
.menu-orso .secon a::after{content: "";position: absolute;left:0;bottom: -22px;z-index: 2;width:100%;height: 2px;background: #ff0000;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-orso .secon li:hover a,.menu-orso li.active a{ color:#ff0000; }
.menu-orso .secon li:hover a:after,.menu-orso .secon li.active a:after{transform: scale(1);transform-origin:left;}
/*--*/

.menu-orso.par{margin-top: -80px;height: 80px;border-bottom-width: 1px;}
.menu-orso.par .long{padding: 30px 30px 25px 30px;border-radius: 10px 10px 0 0;}

.menu-orso.par .secon a::after{bottom:-25px}

/*--*/

.menu-orso.cen .long{justify-content: center;}
.menu-orso.cen .secon li{margin:0 40px;}
.menu-orso.cen .site{display: none;}


/*==面包屑↓==*/
.siteGle{padding-top: 20px; background:#f5f5f5;}
.siteGle .long{display: flex; padding-bottom: 20px;height: 45px;align-items: center;justify-content: space-between;}
.siteGle .tit{position: relative;color: #666;font-size: 18px;}
.siteGle .tit:after{content: "";position: absolute;left:0;bottom: -21px;z-index: 2;width:100%;height: 2px;background: #ff0000;}
.siteGle .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.siteGle .more:hover{color:#fff; background: #ff0000;}
/*--*/
.site-dot{color: #6a6a6a;font-size: 15px;}

.site-dot .home i{ font-weight:bold;font-size:16px;margin-right:10px;color:#aaa}
.site-dot a{}
.site-dot a:after{content:"\eb9b";margin: 0 5px;font-size:12px;}
.site-dot a:last-child:after{display:none}
.site-dot a:hover{color:#ff0000}





/*==标题↓==*/

.titleAx{margin-bottom:40px;color:#000123;font-size:44px;}

.titleAx b{font-weight: bold;}  

.titleAx span{margin-top:15px;display: block;color:#6b6b6b;font-size:16px;font-weight: 400;text-transform: Uppercase;}

.titleAx font{color:#ff0000}

.titleAx hr{display: block;margin:0px;margin-top: 12px;width: 40px;height: 3px;border:none;background: #ff0000;}

.titleAx.cen{text-align: center; }

.titleAx.cen{}

.titleAx.cen hr{margin:0px auto;margin-top: 10px;}

.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}

.titleAx.white hr{background:#fff}

.titleAx.tTop{margin:50px 0 -20px 0;}

.titleAx.m30{margin-bottom:30px}

.titleAx.m40{margin-bottom:40px}

/*--*/

.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}

.titleBx b{}

.titleBx span{display: block; margin:auto;margin-top:15px;color:#9a9b9c;font-size:15px;font-weight:400;text-transform: Uppercase;}

.titleBx hr{display: block;margin:0 auto;margin-top:15px;width: 40px;height: 2px;border:none;background: #ff0000;}

.titleBx.lef{text-align: left;}

.titleBx.lef hr{margin:0px;margin-top:15px;}

.titleBx.lef span{margin:0px;margin-top:15px;}

.titleBx.white,.titleBx.white span{color:#fff}

.titleBx.tTop{margin:50px 0 -20px 0;}





/*===内页框↓==*/

.rack{width:100%;padding:50px 0 80px 0;background:#f5f5f5}

.rack.t0{padding-top:0px !important}

.rack.b0{padding-bottom:0px !important}

.rack.tb0{padding-top:0px !important;padding-bottom:0px !important}

.rack .container{width:1300px}





/*==布局↓==*/
.door-all{display: flex;    align-items: flex-start;}
.door-all .little{width:260px;}
.door-all .length{flex: 1;}
.door-all .pnl{margin-left: 30px;}
.door-all .pnr{margin-left:30px}

.door-all .pnbg{padding:30px;background: #fff;}



.door-all.pr .little{margin-right: 30px;}
.door-all.pl .little{margin-left:30px}

/*--*/
.door-all .tel{margin-top: 10px;display:block;color:#ff0000;font-size: 28px;font-weight:bold;padding: 20px;text-align: center;background: #fff;}
.door-all .tel b{display: flex;margin-bottom:10px;color: #666;font-size: 16px;align-items: center;justify-content: center;}
.door-all .tel b:before{content:"\e64b";margin-right: 10px;font-size: 22px;display: block;}
/*--*/

.door-all .shell{margin-top:30px}

.door-all .shell.nt{margin-top:0px;}

.door-all .subtitle{color:#333;font-size:20px;margin-bottom:20px}

/*--*/
.titleTop-1{margin-bottom:30px;padding-bottom: 20px;border-bottom:1px #ddd solid;}
.titleTop-1 h3{position: relative;display: table;color:#ff0000;font-size:20px;}
.titleTop-1 h3::after{content:"";position:absolute;left:0;right:0;bottom: -21px;z-index:1;height:1px;background: #ff0000;}

.titleTop-2{display: flex;margin-bottom: 30px;justify-content: space-between;align-items: center;}
.titleTop-2 h3{display: flex;color:#2a2a2a;font-size:22px;font-weight:bold;align-items: center;justify-content: space-between;}
.titleTop-2 h3::before{content:"";display: block;width:10px;height:10px;margin-right: 15px;background: #ff0000;}
.titleTop-2 .search{display: flex;border:1px #ddd solid;border-radius: 30px;overflow: hidden;}
.titleTop-2 .search input{flex: 1;color:#666;font-size:15px;padding: 10px 20px;border: none;}
.titleTop-2 .search button{flex-shrink: 0;color:#666;font-size:20px;padding: 0 15px;border: none;cursor: pointer;background: none;}
.titleTop-2 .search button:hover{color:#ff0000}







/*==在线按钮↓==*/

.online-item{display: flex; margin-top:80px;}
.online-item a{padding:10px 30px;margin-right:10px;font-size:14px;color:#fff;border:1px #ff0000 solid; background:#ff0000;}
.online-item i{color:#fff;margin-right:10px;font-size:16px;}

.online-item .cor{color:#ff0000;background: none;}

.online-item .cor i{color:#ff0000}

.online-item a:hover{color:#fff;border-color:#3a3a3a; background: #3a3a3a;}

.online-item a:hover i{color:#fff}




/*==子级导航↓==*/
.leftNav{overflow:hidden;border-radius: 0 20px 0 0;background: #fff;}
.leftNav .title{color: #fff;font-size: 24px;font-weight: bold;padding: 20px 30px;text-transform: Uppercase;background: #ff0000;}
.leftNav .title span{opacity:0.7;display: block;margin-top:5px;font-size:16px;font-weight:400;color:#fff;text-transform: uppercase;}
.leftNav .title font{display: block;color:#fff;font-size:14px}
.leftNav .title em{display: none; float:right;color: #3a3a3a;font-size:16px;}
.leftNav .title em i{float: right;font-size: 20px;margin: 0px 0 0 5px;display: block;font-weight: bold;}
.leftNav .drop{padding:20px 20px 30px 20px;}
.leftNav .drop > li{padding: 15px 0;border-bottom: 1px #eee solid;}
.leftNav .drop > li:last-child{margin-bottom:0px;}
.leftNav .drop > li > a{position:relative;display: flex;color: #444444;font-size: 16px;align-items: center;justify-content: space-between;}
.leftNav .drop > li > a::after{content:"\eb9b";font-size:16px;}
.leftNav .drop > li > a:hover,.leftNav .drop > li > a.active{color:#ff0000; }
.leftNav .drop > li > a.active::after,.leftNav .drop > li > a.active::after{ transform:rotate(90deg)}
.leftNav .three{display: none; margin-top: 30px;}
.leftNav .three > li{margin-bottom: 20px;}
.leftNav .three > li > a{position:relative;display: block;color: #333333;font-size: 16px;}
.leftNav .three > li > a:before{content:"\e65b";color:#666;font-size: 16px;margin-right:5px;}
.leftNav .three > li:hover > a,.leftNav .three > li.active > a{color:#ff0000;transform:translateX(5px)}
.leftNav .three > li:hover > a:before,.leftNav .three > li.active > a:before{color:#ff0000;}





/*==切换按钮↓==*/
.tone-item{display: flex;text-align: center;margin-bottom:50px;margin-left: -50px;align-items: stretch;justify-content: center;}
.tone-item li{display:inline-block;cursor: pointer;margin-left: 50px;}
.tone-item a{position: relative;z-index: 1;display: block;height:100%;color: #333;font-size: 16px;padding: 12px 40px;border-radius: 8px;overflow:hidden;background: #f5f6f7;}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #ff0000;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.tone-item .more a{color:#3a3b3c; background: #dddddd;}
.tone-item .active a,.tone-item li:hover a{color:#fff; }
.tone-item .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}





/*==首页产品列表↓==*/
.product-grid.edge{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-grid.edge li{display: inline-block;width:calc(25% - 20px);margin:0 0 20px 20px; }
.product-grid a{display: block;}
.product-grid .pic{padding-top:80%;border:1px #eee solid;}
.product-grid h4{color:#333;font-size: 18px;}
.product-grid .more{margin: auto;margin-top: 15px;display: table;color:#999;font-size:14px;padding: 10px 40px;}
.product-grid .box{padding:30px;text-align: center;background: #efefef;}
.product-grid li:hover a{transform: translateY(-5px);}
.product-grid li:hover h4{color:#ff0000}
.product-grid li:hover .more{color:#fff;background: #ff0000;}




/*===产品列表↓==*/

.product-list.edge{display: flex;margin:0 0 -30px -20px;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width: calc(33% - 20px);margin:0 0 30px 20px;}

.product-list.edge li.w100{width: calc(100% - 20px);}

.product-list a{display: block;}
.product-list .pic{padding-top:90%;background: #fff;}
.product-list .title{padding:15px 20px;font-size: 15px;color:#3a3b3c;border-top:1px #ddd solid;text-align:center;background: #fff;}

.product-list .title font{-webkit-line-clamp: 1;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}

.product-list li:hover h4{color:#ff0000;}

.product-list li:hover h4 font{color:#ff0000;}





/*==首页产品↓==*/

.productHome{}
.productHome .tone{display: flex;margin-bottom:40px;justify-content: center;}
.productHome .tone li{margin: 0 20px;}
.productHome .tone a{display: block;color:#333;font-size:18px}
.productHome .tone li:hover a{color:#ff0000;}






/*==关于-公司简介↓==*/
.aboutHome .long{display: flex;align-items: stretch;}
.aboutHome .info{flex: 1;padding: 80px 0 80px 80px;}
.aboutHome .info .title{color: #333;font-size:32px;font-weight:bold;margin-bottom:20px}
.aboutHome .info .title span{display: block;margin-bottom: 5px;color:#595757;font-size:20px;font-weight: 400;}
.aboutHome .info .wx{color: #666;font-size:16px;line-height:30px;}
.aboutHome .info .more{margin-top:60px;display: table;font-size:15px;color:#fff;padding:10px 50px;background: #ff0000;}
.aboutHome .info .more:hover{color:#fff;background:#3a3a3a;}
.aboutHome .set{width: 50%;position: relative;height: 700px;}
.aboutHome .set img{position:absolute;right: 0;top:0;bottom:0;height: 100%;width: 130%;max-width: initial;object-fit: cover;}
.aboutHome .set .video{position: absolute;left: 0;right: 0;top:0;bottom:0;z-index: 1;display: flex;text-align:center;align-items: center;justify-content: center;flex-direction: column;}
.aboutHome .set .video::before{opacity:0.8; content:"\e696";color:#fff;font-size:80px;}
.aboutHome .set .video::after{opacity: 0.2; content: "";position: absolute;left:-50%;top:0;bottom:0;right:0;z-index:-1;background: #000;}

.aboutHome .set .video h5{margin-top:10px;color:#fff;font-size:32px;}
.aboutHome .set .video h5 span{display:block;font-size:16px;}
.aboutHome .set .video:hover{}
.aboutHome .set .video:hover:before{opacity:1}
.aboutHome .set .video:hover:after{opacity:0.3}
.aboutHome .long:nth-child(2n){display:flex;flex-direction: row-reverse;}
.aboutHome .long:nth-child(2n) .set img{left:0;right:auto}
.aboutHome .long:nth-child(2n) .info{padding-right:80px;padding-left:0;}
.advant-row{display: flex;flex-wrap: wrap;margin: 80px 0 -30px -30px;}
.advant-row li{width: calc(25% - 30px);margin: 0 0 30px 30px;}
.advant-row em{display: flex;margin-bottom: 20px;align-items: center;overflow: hidden;}
.advant-row h4{color:#333333;font-size:24px;}
.advant-row p{margin-top: 10px;display: block;color: #757575;font-size: 15px;line-height: 24px;}





/*==首页新闻↓==*/

.newsHome .long{display: flex;margin-left:-50px}
.newsHome .long .frame{width: calc(33.3% - 50px);margin:0 0 0px 50px;}
.newsHome .titleTop{display: flex;margin-bottom:30px;align-items: center;justify-content: space-between;}
.newsHome .titleTop h3{color:#333;font-size:24px;}
.newsHome .titleTop .more{color:#666;font-size:14px;    transition: all .4s ease-in-out;}
.newsHome .titleTop .more::after{content: "\eb9b";margin-left:5px;font-size:12px;    transition: all .4s ease-in-out;}

.newsHome .titleTop .more:hover{color:#ff0000}

.newsHome .titleTop .more:hover::before{color:#ff0000;transform:translateX(-5px)}





/*==首页新闻列表↓==*/
.news-grid {margin:0 0 -10px -15px;}
.news-grid li{float:left;width: calc(100% - 15px);margin: 0 0 10px 15px;}
.news-grid a {display:block;position:relative;}
.news-grid .box{position: relative;z-index: 1;}

.news-grid .pic{padding-top:80%}
.news-grid .pic img {display:block;width:100%;height:100%;object-fit:cover;}
.news-grid h4 {position:relative;color: #000123;font-size: 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-grid p{-webkit-line-clamp:2;margin-top: 10px;color:#878787;font-size:14px;line-height: 24px;}
.news-grid .more{display:block; margin-top:30px;color:#333;font-size:14px;}
.news-grid li:hover h4 {color:#ff0000;transform:translateX(5px)}
.news-grid li:hover .more{color:#ff0000}

.news-grid .one .box{margin-top:30px;}

.news-grid .two a{padding:30px;background: #f5f5f5;}




/*==合作伙伴列表↓==*/

.partner-list{}

.partner-list h4{margin-top:20px;color:#333;font-size:18px;text-align: center;}

.partner-list .pic{padding-top:64%}

.partner-list li:hover h4{color:#ff0000;}





/*==解决方案列表↓==*/

.solve-list{}
.solve-list li{margin-bottom:30px;padding-bottom:30px;border-bottom: 1px #eee solid;}
.solve-list a{display:flex}
.solve-list .pic{width:40%;padding-top:30%;border:1px #ddd solid}
.solve-list .box{flex: 1;margin-left:40px}
.solve-list h4{color:#333;font-size: 21px;}
.solve-list p{margin-top:20px;color:#666;font-size: 15px;line-height: 28px;}
.solve-list .more{margin-top:50px;display: table;padding: 6px 20px;color:#ff0000;font-size: 14px;border:1px #ff0000 solid;}
.solve-list li:hover h4{color:#ff0000}
.solve-list li:hover .more{color:#fff;background: #ff0000;}





/*==产品详情↓==*/

.proDet{}

.proDet .detOne-top{padding:50px 0;background: #fff;}





/*==新闻列表↓==*/
.news-list {margin:0px 0 -10px 0;}
.news-list li {width:100%;margin-bottom:10px;overflow:hidden;}
.news-list a {display:flex;padding: 40px;background: #fff;}
.news-list .box{flex: 1%;}
.news-list .title {color:#333333;font-size:18px;margin-bottom:15px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-list .txt{-webkit-line-clamp:2;color: #8a8a8a;font-size:14px;line-height:24px;}
.news-list .time{display: flex; flex-shrink: 0; color:#666;font-size:16px;padding-left:40px;margin-left:30px;border-left:1px #ddd solid;text-align: center;flex-direction: column; align-items: center;justify-content: center;}
.news-list .time font{margin-bottom: 5px;display: block;color:#ff0000;font-size: 40px;font-weight:bold}

.news-list li:hover{box-shadow: 0 0 10px #ddd;transform:translateY(-5px)}
.news-list li:hover a{}
.news-list li:hover .title {color:#ff0000}


/*==新闻详情框↓==*/

.newsDet{}

/*--*/
.newsDet .content .titleTop{padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}

.newsDet .content .titleTop.lef{text-align: left;}
.newsDet .content .title{color:#333333;font-size:24px;}
.newsDet .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
.newsDet .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
.newsDet .content .msg span{margin:0 5px;}
.newsDet .content .msg a:hover,.NewsDetail .msg .active{color:#ff0000}
.newsDet .content .msg .active{font-weight:bold;}
.newsDet .content .wor{min-height:300px;font-size:16px;}
/*--*/
.newsDet .pagIng{margin-top: 40px;padding-top: 30px;border-top:1px #eee solid;overflow: hidden;}
.newsDet .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
.newsDet .pagIng a{display: block;width: 100%;margin-bottom: 15px;color:#666666;font-size:15px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsDet .pagIng a:hover{color:#ff0000; }





/*==联系我们↓==*/
.contactIn{padding-bottom:0px !important}

.contactIn #dituContent{width:100%;height:100%;}
.contactIn #dituContent img{max-width:initial;}
/*--*/
.cta-mode{}
.cta-mode .long{}
.cta-mode .long{display: flex;justify-content: space-between;background: #fff;}
.cta-mode .set{width:50%;}
.cta-mode .info{width:50%;margin:50px;}
.cta-mode .title{position:relative;margin-bottom:20px;padding-bottom:20px;color: #000123;font-size:22px;border-bottom:1px #eee solid}
.cta-mode .wx{color:#666666;font-size:16px; line-height: 30px;}
.cta-mode .wx span{display: flex;margin-bottom:20px;justify-content: flex-start;}
.cta-mode .wx b{color:#000123;margin-right:5px}
.cta-mode .wx i{flex-shrink: 0;margin-right:10px;width: 20px;color:#ff0000;font-size: 18px;text-align: center; padding-top: 8px;}

.cta-mode .online{}

.cta-mode .ewm{display: flex;margin-top: 50px;}
.cta-mode .ewm span{margin-right: 40px;color:#2a2a2a;font-size: 15px;text-align: center;}
.cta-mode .ewm img{display:block;width:140px;padding: 5px;margin-bottom: 10px;border: 2px #000 solid;border-radius: 10px;}
/*--*/
.cta-message{background:url(../images/message-bg.jpg) no-repeat center; background-size:cover;}
.cta-message form{padding:0 0px;}
.cta-message .long{padding:80px;background: #fff;}
.cta-message .top{display: flex;margin-bottom:30px;align-items: center;justify-content: space-between;}
.cta-message .top h3{float:left;color:#191919;font-size:24px;}
.cta-message .top .tel{display: flex;color:#3a3a3a;font-size:26px;align-items: center;}
.cta-message .top .tel::before{content:"\e6a6"; display:block;margin-right:10px;margin-top:5px;color:#3a3a3a;font-size:28px;}




/*==分公司↓==*/

.address-row{display: flex;margin:80px 0 -30px -30px}

.address-row li{width:calc(33.3% - 30px);margin:0 0 30px 30px;padding:30px;background: #fff;}

.address-row h4{color:#ff0000;font-size:20px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px #ddd solid}

.address-row p{color:#999;font-size:14px;line-height: 28px;}






/*==留言模块↓==*/
.feedback-item form{display: flex;flex-wrap: wrap;margin: 0 0 -10px -10px;}

.feedback-item form .loaf{width: calc(50% - 10px);margin:0 0 10px 10px;}

.feedback-item form .loaf.w33{width:calc(33.3% - 10px);}
.feedback-item form .loaf.w50{width:calc(50% - 10px);}
.feedback-item form .loaf.w100{width:calc(100% - 10px);}
.feedback-item form .shell{display: flex;border: 1px #ddd solid;padding: 12px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.vt{align-items: flex-start;}

.feedback-item form .shell i{color:red;margin-left:5px;}
.feedback-item form h5 {/* width: 60px; */flex-shrink: 0;display: flex;margin-right: 10px;color: #6a6a6a;font-size: 15px;align-items: center;}
.feedback-item form h5 em{display: flex;margin-right:10px;font-size: 18px;color: #999;width: 20px;align-items: center;justify-content: center;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:180px}
.feedback-item form .button{position: relative; display: table;margin-right: 20px;color: #fff;font-size: 15px;padding: 15px 60px;border:none;cursor: pointer;border-radius: 5px;background: #ff0000;}
.feedback-item form .button.cor{color:#333;background:#dadde3}
.feedback-item form .button:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form .button:hover{color:#fff;background:#ff0000}
.feedback-item form .button:hover:after{opacity:0.2}
.feedback-item form .code{flex-shrink: 0;display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item form .code input{flex: 1;width: 150px;padding: 15px 20px;font-size: 15px;border: none;}
.feedback-item form .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item form .yzm{display: flex;margin-top:20px;align-items: center;}
.feedback-item form .explain{flex-shrink:0;width: 100%;margin-top: 0px;color:#333333;font-size:16px;}
.feedback-item form .explain i{color:red}
.feedback-item form .explain font{color:#ff0000;font-weight:bold;}
.feedback-item form .but{display: flex;margin-top:20px; align-items: center;justify-content: space-between;}

.feedback-item form .but .button{width:49%;margin:0px;}



/*==关于↓==*/







/*==数字滚动↓==*/
.digital-air{display: flex;margin: 60px 0 0px -20px;justify-content: space-between;flex-wrap: wrap;}
.digital-air li{position:relative;margin-left: 20px;color:#666;line-height: 1;text-align: center;}
.digital-air span{color:#333;font-size:54px;}
.digital-air font{font-size:16px;margin-left:5px}
.digital-air h4{margin-top: 10px;font-size:16px}
.digital-air.white *{color:#fff}





/*==下载列表↓==*/
.download-list{}
.download-list a{display:flex;padding:20px 20px;border-bottom:1px #ddd solid;justify-content: space-between;align-items: center;}
.download-list h4{color:#3a3a3a;font-size: 15px;}
.download-list h4 em{color:#ff0000;font-size: 22px;margin-right:10px;}
.download-list .file{display: block;color:#6a6a6a;font-size: 15px;}
.download-list .file:before {content:"\e784";float:left;margin:3px 5px 0 0;font-size:20px;}
.download-list a:hover{border-color:#ff0000}
.download-list a:hover h4{color:#ff0000}
.download-list a:hover .file{color:#ff0000}




/*==seo-常见问题-手风琴效果↓==*/
.shrink-item{}
.shrink-item li{border-bottom:1px #ddd solid}
.shrink-item .tit{position: relative;display: flex;color:#000123;font-size:16px;padding: 20px 0;cursor: pointer;align-items: center;justify-content: space-between;}
.shrink-item .tit:before{content: "\eb9b";position: absolute;right: 0;top: 0;bottom: 0;margin: auto;display: block;height: fit-content;}
.shrink-item .tit:after{  transform: rotate(-90deg);}
.shrink-item .drop{display: none;margin-bottom:20px;padding-top:20px;border-top:1px #ff0000 solid;}
.shrink-item p{display: flex; color:#666;font-size:16px;line-height: 26px; }
.shrink-item li.on .tit{color:#ff0000}
.shrink-item li.on .tit:before{color:#ff0000; transform: rotate(90deg);}





/*==通用列表↓==*/

.list-item.edge{display: flex;margin:0 0 -30px -20px;flex-flow: row wrap;align-content: flex-start;}
.list-item.edge li{display: inline-block;width: calc(25% - 20px);margin:0 0 30px 20px;}

.list-item.edge li.w100{width: calc(100% - 20px);}

.list-item li{}

.list-item a{display: block;}
.list-item .pic{position:relative;padding-top:100%;transition:all .7s ease-in-out;overflow:hidden;background: #fff;}
.list-item .pic img{position:absolute; left:0;right:0;top:0;bottom:0; display:block;width:100%;height:100%;}
.list-item .title{padding:15px 20px;font-size: 15px;color:#3a3b3c;border-top:1px #ddd solid;text-align:center;background: #fff;}

.list-item .title.np{padding:0px;margin-top:15px;border:none; background:none;}

.list-item .title font{-webkit-line-clamp: 1;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.list-item .txt{-webkit-line-clamp: 2;margin-top: 10px;font-size:16px;color: #6a6b6c;text-align: center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}

.list-item li:hover .pic{border-color:#ff0000}
.list-item li:hover .pic img{transform:scale(1.08);}
.list-item li:hover h4{color:#ff0000;}

.list-item li:hover h4 font{color:#ff0000;}

/*--*/

.list-item.lx3.edge li{width: calc(33.3% - 20px);}

.list-item.lx5.edge li{width: calc(20% - 20px);}







/*==底部===*/
.footer {position:relative;z-index:5; background:#262626;}
.footer .up {padding:70px 0 0px 0;}
.footer .tit {position:relative;color:#fff;font-size: 20px;font-weight: bold;margin-bottom: 15px;}
.footer .tit:before {display: none; content:"";position:absolute;top:0;left:-12px;bottom:0;margin:auto;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #fff;}
.footer .nav {position:relative;float:left;width:50%;display:flex;justify-content: space-between;}
.footer .nav li {padding-right:20px;float:left;}
.footer .nav li a {display:block;color:#aaa;font-size: 15px;margin-bottom:10px;}
.footer .nav li a:hover {color:#fff}
.footer .nav .box.col{ column-count: 2;}
.footer .nav .box.col.c3{ column-count:3;}
.footer .ewm {float:right;margin-left:5%;color:#aaa;font-size:14px;text-align:center;}
.footer .ewm span{float: left;margin-left:30px;}
.footer .ewm img {display:block;width:130px;margin-bottom:10px;}
.footer .right {float:left;margin-left:50px;color:#aaa;font-size:14px;}
.footer .right .tel{display:block;color:#ff0000;font-size: 30px;font-weight:bold;margin-bottom:15px;}
.footer .right .tel b{display: flex;margin-bottom:10px;color:#ff0000;font-size: 28px;align-items: center;}
.footer .right .tel b:before{content:"\e64d";margin-right: 10px;font-size: 30px;display: block;}
.footer .right .wx{display:block;color: #aaa;font-size: 14px;line-height: 30px;}
.footer .down {position:relative;margin-top: 20px;padding:20px 0;color:#aaa;font-size:13px;border-top:1px solid rgba(255,255,255,0.1)}
.footer .down a{color:#aaa;font-size:14px;}
.footer .down a:hover {color:#eee;}
.footer .link {display: flex;margin-top: 60px;flex-wrap: wrap;}
.footer .link h4 {flex-shrink: 0; color:#aaa;font-size: 15px;}
.footer .link .box{flex: 1;}
.footer .link a {position:relative;color:#ccc;font-size:14px;display:inline-block;padding: 0 20px;margin-bottom:5px;}
.footer .link a:after{content:"";position:absolute;right:0;top:0;bottom:0;width:2px;height: 13px;margin: auto;background:#aaa}
.footer .link a:last-child::after{display: none;}





